home *** CD-ROM | disk | FTP | other *** search
/ Armageddon - Interactive Preview / Interactive Preview: Armageddon.iso / pc / control.dxr / Scripts & Behaviors_33_Scroll Up.ls < prev    next >
Encoding:
Text File  |  1998-05-19  |  180 b   |  16 lines

  1. global gScrollerObj
  2.  
  3. on mouseEnter me
  4.   cursor(280)
  5. end
  6.  
  7. on mouseLeave me
  8.   cursor(0)
  9. end
  10.  
  11. on mouseDown me
  12.   repeat while the stillDown
  13.     scrollUp(gScrollerObj)
  14.   end repeat
  15. end
  16.